metaContentType

Class: com.microstrategy.web.app.taglibs.MetaContentTypeTag

Usage:

This custom tag takes care of rendering the META HTML tag information for the page, according to what specified on the Locales configuration file, depending on the language the user has requested. For example, for english, the definition of this tag:
 <web:metaContentType runat="server" />
 
will render HTML content as:
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8"  />
 


Name Required? Description
runat true Indicates that the ASP.Net control should be processed on the server